![]() |
PATH![]() |
![]() ![]() |
In the
reply
parameter of the function NavAskSaveChanges
, your application receives a value represented by one of the constants defined by the
NavAskSaveChangesResult
data type.
enum {
kNavAskSaveChangesSave = 1,
kNavAskSaveChangesCancel = 2,
kNavAskSaveChangesDontSave = 3
};
typedef UInt32 NavAskSaveChangesResult;
Previous | Back Up One Level | Next |